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

Unified Diff: ui/gl/gl_surface.cc

Issue 1394403002: Mac Overlays: Plumb through GL solid color overlay support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
« gpu/command_buffer/build_gles2_cmd_buffer.py ('K') | « ui/gl/gl_surface.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_surface.cc
diff --git a/ui/gl/gl_surface.cc b/ui/gl/gl_surface.cc
index 3c4538e66ee4b755297839187eec74686f232def..f663c2a0bf6a37bb6662bbc854d444711532c272 100644
--- a/ui/gl/gl_surface.cc
+++ b/ui/gl/gl_surface.cc
@@ -189,6 +189,16 @@ bool GLSurface::ScheduleOverlayPlane(int z_order,
return false;
}
+bool GLSurface::ScheduleSolidColorOverlayPlane(int z_order,
+ const Rect& bounds_rect,
+ float red,
+ float green,
+ float blue,
+ float alpha) {
+ NOTIMPLEMENTED();
+ return false;
+}
+
bool GLSurface::IsSurfaceless() const {
return false;
}
« gpu/command_buffer/build_gles2_cmd_buffer.py ('K') | « ui/gl/gl_surface.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698