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

Unified Diff: content/shell/renderer/layout_test/blink_test_runner.h

Issue 1807733002: Make MockScreenOrientationClient an internal detail of components/test_runner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-app-banner-dep
Patch Set: Rebasing... Created 4 years, 9 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
Index: content/shell/renderer/layout_test/blink_test_runner.h
diff --git a/content/shell/renderer/layout_test/blink_test_runner.h b/content/shell/renderer/layout_test/blink_test_runner.h
index 38279209caa6e4399d1148ce714d43694c48e39c..902badc42d8b1a3e2b82abbfe0b2f274c4bb0d81 100644
--- a/content/shell/renderer/layout_test/blink_test_runner.h
+++ b/content/shell/renderer/layout_test/blink_test_runner.h
@@ -18,7 +18,6 @@
#include "content/public/renderer/render_view_observer.h"
#include "content/public/renderer/render_view_observer_tracker.h"
#include "content/shell/common/shell_test_configuration.h"
-#include "third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationType.h"
#include "v8/include/v8.h"
class SkBitmap;
@@ -71,10 +70,6 @@ class BlinkTestRunner : public RenderViewObserver,
void SetDeviceMotionData(const blink::WebDeviceMotionData& data) override;
void SetDeviceOrientationData(
const blink::WebDeviceOrientationData& data) override;
- void SetScreenOrientation(
- const blink::WebScreenOrientationType& orientation) override;
- void DisableMockScreenOrientation() override;
- void ResetScreenOrientation() override;
void PrintMessage(const std::string& message) override;
void PostTask(test_runner::WebTask* task) override;
void PostDelayedTask(test_runner::WebTask* task, long long ms) override;

Powered by Google App Engine
This is Rietveld 408576698