Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1235)

Unified Diff: android_webview/native/aw_contents.h

Issue 11860014: Android WebView visited link highlighting implementation part 1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move VisitedLinkMaster to AwBrowserContext Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: android_webview/native/aw_contents.h
diff --git a/android_webview/native/aw_contents.h b/android_webview/native/aw_contents.h
index 6d0248281d85c58371d218c7d1fca0a16df97a71..3f52bb792f93e61bb14d80c8da602fdda3f23853 100644
--- a/android_webview/native/aw_contents.h
+++ b/android_webview/native/aw_contents.h
@@ -17,6 +17,8 @@
#include "content/public/browser/android/compositor.h"
#include "content/public/browser/javascript_dialogs.h"
+class GURL;
benm (inactive) 2013/01/16 01:00:22 needed?
boliu 2013/01/16 01:10:08 Guess not, probably already transitively included.
boliu 2013/01/16 01:58:44 Done.
+
typedef void* EGLContext;
class TabContents;

Powered by Google App Engine
This is Rietveld 408576698