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

Unified Diff: cc/test/test_context_support.cc

Issue 362863002: Add future sync point methods to ContextSupport. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « cc/test/test_context_support.h ('k') | gpu/GLES2/extensions/CHROMIUM/CHROMIUM_future_sync_point.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/test_context_support.cc
diff --git a/cc/test/test_context_support.cc b/cc/test/test_context_support.cc
index d5bfcd37df6108f66ed8afae6d43df60d7b74c7c..a2bedc0835219e3f6193d8bda6087e5b83d11a3a 100644
--- a/cc/test/test_context_support.cc
+++ b/cc/test/test_context_support.cc
@@ -65,6 +65,15 @@ void TestContextSupport::Swap() {
weak_ptr_factory_.GetWeakPtr()));
}
+uint32 TestContextSupport::InsertFutureSyncPointCHROMIUM() {
+ NOTIMPLEMENTED();
+ return 0;
+}
+
+void TestContextSupport::RetireSyncPointCHROMIUM(uint32 sync_point) {
+ NOTIMPLEMENTED();
+}
+
void TestContextSupport::PartialSwapBuffers(const gfx::Rect& sub_buffer) {
last_swap_type_ = PARTIAL_SWAP;
last_partial_swap_rect_ = sub_buffer;
« no previous file with comments | « cc/test/test_context_support.h ('k') | gpu/GLES2/extensions/CHROMIUM/CHROMIUM_future_sync_point.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698