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

Unified Diff: cc/ipc/display_compositor.mojom

Issue 2669183002: Seems incorrect to se device_scale_factor in SetLocalSurfaceId.
Patch Set: Seems incorrect to set device_scale_factor in SetLocalSurfaceId. Added new function SetDeviceScaleF… Created 3 years, 10 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 | cc/surfaces/direct_compositor_frame_sink.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/display_compositor.mojom
diff --git a/cc/ipc/display_compositor.mojom b/cc/ipc/display_compositor.mojom
index 52b688aafd62cd930c54aa99de03ad63e015d645..a4ded4598d4a392f78a33833806e7b4df7a910b8 100644
--- a/cc/ipc/display_compositor.mojom
+++ b/cc/ipc/display_compositor.mojom
@@ -22,8 +22,8 @@ interface DisplayPrivate {
ResizeDisplay(gfx.mojom.Size size_in_pixel);
SetDisplayColorSpace(gfx.mojom.ColorSpace color_space);
SetOutputIsSecure(bool secure);
- SetLocalSurfaceId(cc.mojom.LocalSurfaceId local_surface_id,
- float scale_factor);
+ SetLocalSurfaceId(cc.mojom.LocalSurfaceId local_surface_id);
+ SetDeviceScaleFactor(float scale_factor);
};
// The DisplayCompositor interface is a privileged interface that allows
« no previous file with comments | « no previous file | cc/surfaces/direct_compositor_frame_sink.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698