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

Unified Diff: content/test/mock_webclipboard_impl.h

Issue 396953002: Add testRunner.copyAtAndCapturePixelsAsyncThen() method (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added initialization for members Created 6 years, 5 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/renderer/test_runner/web_test_proxy.cc ('k') | content/test/mock_webclipboard_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/mock_webclipboard_impl.h
diff --git a/content/test/mock_webclipboard_impl.h b/content/test/mock_webclipboard_impl.h
index 4e9412b35b547a6f8f9d5746bc3a99335d80295d..56481d7dad99afb160b74d1219b4a3e4a2b8c850 100644
--- a/content/test/mock_webclipboard_impl.h
+++ b/content/test/mock_webclipboard_impl.h
@@ -25,6 +25,7 @@ class MockWebClipboardImpl : public blink::WebClipboard {
MockWebClipboardImpl();
virtual ~MockWebClipboardImpl();
+ virtual uint64_t sequenceNumber(Buffer);
virtual bool isFormatAvailable(blink::WebClipboard::Format format,
blink::WebClipboard::Buffer buffer);
virtual blink::WebVector<blink::WebString> readAvailableTypes(
@@ -53,6 +54,7 @@ class MockWebClipboardImpl : public blink::WebClipboard {
private:
void clear();
+ uint64_t m_sequenceNumber;
base::NullableString16 m_plainText;
base::NullableString16 m_htmlText;
blink::WebImage m_image;
« no previous file with comments | « content/shell/renderer/test_runner/web_test_proxy.cc ('k') | content/test/mock_webclipboard_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698