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

Unified Diff: cc/surfaces/surface_factory.h

Issue 1328953003: Mandoline: Support transforms and clipping of OOPIFs and events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase works! Created 5 years, 3 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
« no previous file with comments | « no previous file | components/mus/connection_manager.cc » ('j') | components/mus/connection_manager.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/surfaces/surface_factory.h
diff --git a/cc/surfaces/surface_factory.h b/cc/surfaces/surface_factory.h
index 5af8d2e0eb760ef0c80739d17630f2645c29cb93..ad2da6334b232bfe7bfe088eaf8e953282463efd 100644
--- a/cc/surfaces/surface_factory.h
+++ b/cc/surfaces/surface_factory.h
@@ -61,7 +61,7 @@ class CC_SURFACES_EXPORT SurfaceFactory
void RefResources(const TransferableResourceArray& resources);
void UnrefResources(const ReturnedResourceArray& resources);
- SurfaceManager* manager() { return manager_; }
+ SurfaceManager* manager() const { return manager_; }
rjkroege 2015/09/16 21:31:37 You can land this in isolation?
Fady Samuel 2015/09/17 18:31:42 Done.
// This can be set to false if resources from this SurfaceFactory don't need
// to have sync points set on them when returned from the Display, for
« no previous file with comments | « no previous file | components/mus/connection_manager.cc » ('j') | components/mus/connection_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698