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

Unified Diff: ui/gfx/native_widget_types.h

Issue 10693134: Revert 146000 - Split out ContentViewCore from ContentView for embedders. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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
« no previous file with comments | « content/public/browser/android/content_view_core.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/native_widget_types.h
===================================================================
--- ui/gfx/native_widget_types.h (revision 146004)
+++ ui/gfx/native_widget_types.h (working copy)
@@ -89,7 +89,7 @@
typedef struct _GtkWindow GtkWindow;
#elif defined(OS_ANDROID)
namespace content {
-class ContentViewCore;
+class ContentView;
}
#endif
class SkBitmap;
@@ -121,8 +121,8 @@
typedef GdkEvent* NativeEvent;
#elif defined(OS_ANDROID)
typedef void* NativeCursor;
-typedef content::ContentViewCore* NativeView;
-typedef content::ContentViewCore* NativeWindow;
+typedef content::ContentView* NativeView;
+typedef content::ContentView* NativeWindow;
typedef void* NativeRegion;
typedef jobject NativeEvent;
#endif
« no previous file with comments | « content/public/browser/android/content_view_core.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698