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

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

Issue 2415083002: Move Device Sensors client files from Blink to //device/sensors client lib (Closed)
Patch Set: Rebase Created 3 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
« no previous file with comments | « content/shell/BUILD.gn ('k') | content/shell/renderer/layout_test/blink_test_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 59c99e29b6e0d6d4340039af582bac070597ff17..fd03012a67c77178e0ec1eb9df7eb14f36dfa8fb 100644
--- a/content/shell/renderer/layout_test/blink_test_runner.h
+++ b/content/shell/renderer/layout_test/blink_test_runner.h
@@ -28,8 +28,8 @@ class DictionaryValue;
}
namespace blink {
-class WebDeviceMotionData;
-class WebDeviceOrientationData;
+class MotionData;
+class OrientationData;
class WebFrame;
class WebURLRequest;
class WebView;
@@ -69,9 +69,8 @@ class BlinkTestRunner : public RenderViewObserver,
const std::string& value) override;
void SetGamepadProvider(test_runner::GamepadController* controller) override;
void SetDeviceLightData(const double data) override;
- void SetDeviceMotionData(const blink::WebDeviceMotionData& data) override;
- void SetDeviceOrientationData(
- const blink::WebDeviceOrientationData& data) override;
+ void SetDeviceMotionData(const device::MotionData& data) override;
+ void SetDeviceOrientationData(const device::OrientationData& data) override;
void PrintMessageToStderr(const std::string& message) override;
void PrintMessage(const std::string& message) override;
void PostTask(const base::Closure& task) override;
« no previous file with comments | « content/shell/BUILD.gn ('k') | content/shell/renderer/layout_test/blink_test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698