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

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

Issue 63253002: Rename WebKit namespace to blink (part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « content/public/test/browser_test_utils.cc ('k') | content/public/test/mock_render_thread.h » ('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 7e56763fa36c85c90001854b1644e3fff9cecc7e..91a8098dd0e0f66f4c8fc6bc8e3fc59c6c7462fd 100644
--- a/content/public/test/layouttest_support.h
+++ b/content/public/test/layouttest_support.h
@@ -7,7 +7,7 @@
#include "base/callback_forward.h"
-namespace WebKit {
+namespace blink {
class WebDeviceMotionData;
class WebDeviceOrientationData;
class WebGamepads;
@@ -39,15 +39,15 @@ void EnableWebTestProxyCreation(const base::Callback<
// Sets the WebGamepads that should be returned by
// WebKitPlatformSupport::sampleGamepads().
-void SetMockGamepads(const WebKit::WebGamepads& pads);
+void SetMockGamepads(const blink::WebGamepads& pads);
// Sets WebDeviceMotionData that should be used when registering
// a listener through WebKitPlatformSupport::setDeviceMotionListener().
-void SetMockDeviceMotionData(const WebKit::WebDeviceMotionData& data);
+void SetMockDeviceMotionData(const blink::WebDeviceMotionData& data);
// Sets WebDeviceOrientationData that should be used when registering
// a listener through WebKitPlatformSupport::setDeviceOrientationListener().
-void SetMockDeviceOrientationData(const WebKit::WebDeviceOrientationData& data);
+void SetMockDeviceOrientationData(const blink::WebDeviceOrientationData& data);
// Returns the length of the local session history of a render view.
int GetLocalSessionHistoryLength(RenderView* render_view);
@@ -62,7 +62,7 @@ void SetFocusAndActivate(RenderView* render_view, bool enable);
// Changes the window rect of the given render view.
void ForceResizeRenderView(RenderView* render_view,
- const WebKit::WebSize& new_size);
+ const blink::WebSize& new_size);
// Set the device scale factor and force the compositor to resize.
void SetDeviceScaleFactor(RenderView* render_view, float factor);
@@ -76,10 +76,10 @@ void UseSynchronousResizeMode(RenderView* render_view, bool enable);
// Control auto resize mode.
void EnableAutoResizeMode(RenderView* render_view,
- const WebKit::WebSize& min_size,
- const WebKit::WebSize& max_size);
+ const blink::WebSize& min_size,
+ const blink::WebSize& max_size);
void DisableAutoResizeMode(RenderView* render_view,
- const WebKit::WebSize& new_size);
+ const blink::WebSize& new_size);
// Forces the |render_view| to use mock media streams.
void UseMockMediaStreams(RenderView* render_view);
« no previous file with comments | « content/public/test/browser_test_utils.cc ('k') | content/public/test/mock_render_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698