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

Unified Diff: ui/gl/gl_surface.cc

Issue 1534623002: Mac CoreAnimation: Add more CALayer parameters (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix windows compile Created 5 years 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 b69e93bfe964af2ccb2bb11080389ba2d6bd7845..ddf7d9addc801555063355d24ebc273cf00b81c2 100644
--- a/ui/gl/gl_surface.cc
+++ b/ui/gl/gl_surface.cc
@@ -204,8 +204,11 @@ bool GLSurface::ScheduleCALayer(gl::GLImage* contents_image,
const RectF& contents_rect,
float opacity,
unsigned background_color,
- const SizeF& bounds_size,
- const gfx::Transform& transform) {
+ unsigned edge_aa_mask,
+ const RectF& bounds_rect,
+ bool is_clipped,
+ const RectF& clip_rect,
+ const Transform& transform) {
NOTIMPLEMENTED();
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