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

Unified Diff: ui/platform_window/platform_window.h

Issue 2431753002: Mus experiment in content shell on Android.
Patch Set: Fix mac bot Created 4 years, 1 month 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 | « ui/platform_window/android/platform_window_android.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/platform_window/platform_window.h
diff --git a/ui/platform_window/platform_window.h b/ui/platform_window/platform_window.h
index ab16bef4f98cb83ac37a5ad739c95e55e054b18f..6e8d5a5c0100c356043d8fe7937a1faa0fef2169 100644
--- a/ui/platform_window/platform_window.h
+++ b/ui/platform_window/platform_window.h
@@ -22,7 +22,7 @@ class PlatformWindowDelegate;
// Platform window.
//
// Each instance of PlatformWindow represents a single window in the
-// underlying platform windowing system (i.e. X11/Win/OSX).
+// underlying platform windowing system (i.e. X11/Win/OSX/Android).
class PlatformWindow {
public:
virtual ~PlatformWindow() {}
« no previous file with comments | « ui/platform_window/android/platform_window_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698