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

Unified Diff: cc/resources/resource_provider.h

Issue 1142343008: cc: Rework overlays to not use the ResourceProvider and pass texture size (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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: cc/resources/resource_provider.h
diff --git a/cc/resources/resource_provider.h b/cc/resources/resource_provider.h
index 31ae7d9829e26d15a3a180da93fcd80d9c0e938e..f2cfff5f2d7c185c51660c2a79f504158e3087dc 100644
--- a/cc/resources/resource_provider.h
+++ b/cc/resources/resource_provider.h
@@ -103,7 +103,6 @@ class CC_EXPORT ResourceProvider {
bool InUseByConsumer(ResourceId id);
bool IsLost(ResourceId id);
- bool AllowOverlay(ResourceId id);
// Producer interface.
@@ -488,7 +487,6 @@ class CC_EXPORT ResourceProvider {
bool allocated : 1;
bool read_lock_fences_enabled : 1;
bool has_shared_bitmap_id : 1;
- bool allow_overlay : 1;
scoped_refptr<Fence> read_lock_fence;
gfx::Size size;
Origin origin;

Powered by Google App Engine
This is Rietveld 408576698