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

Unified Diff: content/public/test/layouttest_support.h

Issue 2290233007: Move convertViewportToWindow and convertWindowToViewport from (Closed)
Patch Set: add client to WebSharedWorkerImpl Created 4 years, 3 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 | content/renderer/render_view_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/layouttest_support.h
diff --git a/content/public/test/layouttest_support.h b/content/public/test/layouttest_support.h
index b43d37fe4af9fecc018d52188eb634767bf9156c..18db4ec7a0243cba1d483b27b355aacb4623d405 100644
--- a/content/public/test/layouttest_support.h
+++ b/content/public/test/layouttest_support.h
@@ -129,7 +129,7 @@ void ForceResizeRenderView(RenderView* render_view,
void SetDeviceScaleFactor(RenderView* render_view, float factor);
// Get the window to viewport scale.
-float GetWindowToViewportScale(RenderView* render_view);
+float GetWindowToViewportScale(RenderFrame* render_frame);
// Get the ICC profile for a given name string. This is not in the ICCProfile
// class to avoid bloating the shipping build.
« no previous file with comments | « no previous file | content/renderer/render_view_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698