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

Unified Diff: cc/test/fake_picture_layer.h

Issue 737943002: Update from https://crrev.com/304715 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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 | « cc/test/fake_content_layer_client.h ('k') | cc/test/fake_picture_layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_picture_layer.h
diff --git a/cc/test/fake_picture_layer.h b/cc/test/fake_picture_layer.h
index f42a14de1045256e1a59d74953ac4b3ba5085ee1..d1011554ac09c40c8158516254f23866de63678b 100644
--- a/cc/test/fake_picture_layer.h
+++ b/cc/test/fake_picture_layer.h
@@ -35,6 +35,8 @@ class FakePictureLayer : public PictureLayer {
always_update_resources_ = always_update_resources;
}
+ void disable_lcd_text() { disable_lcd_text_ = true; }
+
bool Update(ResourceUpdateQueue* queue,
const OcclusionTracker<Layer>* occlusion) override;
@@ -55,6 +57,7 @@ class FakePictureLayer : public PictureLayer {
size_t push_properties_count_;
size_t output_surface_created_count_;
bool always_update_resources_;
+ bool disable_lcd_text_;
};
} // namespace cc
« no previous file with comments | « cc/test/fake_content_layer_client.h ('k') | cc/test/fake_picture_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698