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

Unified Diff: content/shell/renderer/test_runner/test_runner.h

Issue 907893002: Retry to add MockPresentationClient to use in layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 5 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
Index: content/shell/renderer/test_runner/test_runner.h
diff --git a/content/shell/renderer/test_runner/test_runner.h b/content/shell/renderer/test_runner/test_runner.h
index 0a6e704b3d5c9e00265434f3f20006eb6ea32fab..b897d3448f7bd09ae2a650f19b408f7eac3466f7 100644
--- a/content/shell/renderer/test_runner/test_runner.h
+++ b/content/shell/renderer/test_runner/test_runner.h
@@ -310,6 +310,9 @@ class TestRunner : public WebTestRunner,
double level);
void ResetBatteryStatus();
+ // Presentation API related functions.
+ void SetMockScreenAvailability(bool available);
+
void DidAcquirePointerLock();
void DidNotAcquirePointerLock();
void DidLosePointerLock();
« no previous file with comments | « content/shell/renderer/test_runner/mock_presentation_service.cc ('k') | content/shell/renderer/test_runner/test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698