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

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

Issue 905823004: Added MockPresentationClient to use in layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 ffb6bf0a4ee71e5a43902d4e33ef24e55cabc0da..0c94cf959b392a05a3a27b15bc66db8b601e44d0 100644
--- a/content/shell/renderer/test_runner/test_runner.h
+++ b/content/shell/renderer/test_runner/test_runner.h
@@ -309,6 +309,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_client.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