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

Unified Diff: cc/trees/layer_tree_host.h

Issue 2390923002: Fix blurry content after disabling dev tools emulation (Closed)
Patch Set: Add function for LayerTreeHostRemote Created 4 years, 2 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 | « cc/layers/picture_layer_impl.h ('k') | cc/trees/layer_tree_host_in_process.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host.h
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
index 3a4454746a31c5483251e0903de794e29fccdbfa..5f02fefd5ddf32cb419676151a8fc1c9cc6b2012 100644
--- a/cc/trees/layer_tree_host.h
+++ b/cc/trees/layer_tree_host.h
@@ -119,6 +119,9 @@ class CC_EXPORT LayerTreeHost {
// synchronization.
virtual void SetNeedsCommit() = 0;
+ // Requests that the next frame re-chooses crisp raster scales for all layers.
+ virtual void SetNeedsRecalculateRasterScales() = 0;
+
// Returns true if a main frame (for any pipeline stage above) has been
// requested.
virtual bool BeginMainFrameRequested() const = 0;
« no previous file with comments | « cc/layers/picture_layer_impl.h ('k') | cc/trees/layer_tree_host_in_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698