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

Unified Diff: ppapi/tests/test_view.h

Issue 329033003: Add GetScrollOffset function to PPB_View (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | « ppapi/shared_impl/ppb_view_shared.cc ('k') | ppapi/tests/test_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_view.h
diff --git a/ppapi/tests/test_view.h b/ppapi/tests/test_view.h
index 140d4cf7b5d16ce0fa8a3d6de9a7770fcce43039..06da974fec63cbda82f0978dfa6a875d2a96418f 100644
--- a/ppapi/tests/test_view.h
+++ b/ppapi/tests/test_view.h
@@ -35,6 +35,7 @@ class TestView : public TestCase {
std::string TestPageHideShow();
std::string TestSizeChange();
std::string TestClipChange();
+ std::string TestScrollOffsetChange();
pp::View last_view_;
« no previous file with comments | « ppapi/shared_impl/ppb_view_shared.cc ('k') | ppapi/tests/test_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698