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

Unified Diff: ui/base/cocoa/underlay_opengl_hosting_window.h

Issue 469003006: Remove --disable-core-animation flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@erikchen_patch
Patch Set: Created 6 years, 4 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: ui/base/cocoa/underlay_opengl_hosting_window.h
diff --git a/ui/base/cocoa/underlay_opengl_hosting_window.h b/ui/base/cocoa/underlay_opengl_hosting_window.h
index 25c81fd940ae9f5b23964cfbdfb937691f1e22cb..d673c31a0f31268a930073cb3e9c7dedff3022f6 100644
--- a/ui/base/cocoa/underlay_opengl_hosting_window.h
+++ b/ui/base/cocoa/underlay_opengl_hosting_window.h
@@ -10,8 +10,8 @@
#include "ui/base/ui_base_export.h"
// Common base class for windows that host a OpenGL surface that renders under
-// the window. Contains methods relating to hole punching so that the OpenGL
-// surface is visible through the window.
+// the window. Previously contained methods related to hole punching, now just
+// contains common asserts.
Avi (use Gerrit) 2014/08/14 19:23:41 Yeah, we're going to need to figure out what to do
ccameron 2014/08/14 19:34:39 I was thinking to rename it to WebContentHostingWi
Avi (use Gerrit) 2014/08/14 19:57:27 For now, we can leave it as being vestigial, and w
UI_BASE_EXPORT
@interface UnderlayOpenGLHostingWindow : NSWindow
@end

Powered by Google App Engine
This is Rietveld 408576698