You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bo...@apache.org on 2012/04/23 23:33:24 UTC

[1/9] android commit: Changing viewClient to default visibility

Updated Branches:
  refs/heads/CordovaWebView 419248983 -> ea81b97bf


Changing viewClient to default visibility


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/commit/ea81b97b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/tree/ea81b97b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/diff/ea81b97b

Branch: refs/heads/CordovaWebView
Commit: ea81b97bfc7fa84112f83b19d1ae792a92121c1d
Parents: be39bf8
Author: Joe Bowser <bo...@apache.org>
Authored: Mon Apr 23 14:33:06 2012 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Mon Apr 23 14:33:06 2012 -0700

----------------------------------------------------------------------
 .../src/org/apache/cordova/CordovaWebView.java     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/ea81b97b/framework/src/org/apache/cordova/CordovaWebView.java
----------------------------------------------------------------------
diff --git a/framework/src/org/apache/cordova/CordovaWebView.java b/framework/src/org/apache/cordova/CordovaWebView.java
index 055fed7..ffc686d 100644
--- a/framework/src/org/apache/cordova/CordovaWebView.java
+++ b/framework/src/org/apache/cordova/CordovaWebView.java
@@ -37,7 +37,7 @@ public class CordovaWebView extends WebView {
   
   /** Actvities and other important classes **/
   private Context mCtx;
-  private CordovaWebViewClient viewClient;
+  CordovaWebViewClient viewClient;
   private CordovaChromeClient chromeClient;
 
   //This is for the polyfil history