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

Unified Diff: ui/gl/gl_surface.cc

Issue 1409193007: gpu: Add CHROMIUM_schedule_ca_layer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporate review feedback Created 5 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/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 d29f94452cacf3cf09ee7136447dc207394899e1..33d6e90b3459f5f9f5644e6abebce300050c071b 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::ScheduleCALayer(gl::GLImage* contents_image,
+ const RectF& contents_rect,
+ float opacity,
+ unsigned background_color,
+ const SizeF& bounds_size,
+ const gfx::Transform& transform) {
+ NOTIMPLEMENTED();
+ return false;
+}
+
bool GLSurface::IsSurfaceless() const {
return false;
}
« no previous file with comments | « ui/gl/gl_surface.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698