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

Unified Diff: cc/blimp/layer_tree_host_remote.cc

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/blimp/layer_tree_host_remote.h ('k') | cc/layers/picture_layer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/blimp/layer_tree_host_remote.cc
diff --git a/cc/blimp/layer_tree_host_remote.cc b/cc/blimp/layer_tree_host_remote.cc
index b0158c13682a8e95112f71efb8bf28994eab47e6..e2a6307a5327b0c25cfa231fb577e5575e11c6a8 100644
--- a/cc/blimp/layer_tree_host_remote.cc
+++ b/cc/blimp/layer_tree_host_remote.cc
@@ -145,6 +145,11 @@ void LayerTreeHostRemote::SetNeedsCommit() {
MainFrameRequested(FramePipelineStage::COMMIT);
}
+void LayerTreeHostRemote::SetNeedsRecalculateRasterScales() {
+ // This is used by devtools to reraster content after changing device
+ // emulation modes, so doesn't need to be supported by Blimp.
+}
+
bool LayerTreeHostRemote::BeginMainFrameRequested() const {
return requested_pipeline_stage_for_next_frame_ != FramePipelineStage::NONE;
}
« no previous file with comments | « cc/blimp/layer_tree_host_remote.h ('k') | cc/layers/picture_layer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698