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

Unified Diff: gpu/command_buffer/client/client_test_helper.cc

Issue 24925002: Move Insert/SignalSyncPoint() to GpuControl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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: gpu/command_buffer/client/client_test_helper.cc
diff --git a/gpu/command_buffer/client/client_test_helper.cc b/gpu/command_buffer/client/client_test_helper.cc
index 31a91b20d6cdfe4cf2d33ec5c3be39c464acf035..9557fce0aa37daf1247a31fa3bee005a005f07ed 100644
--- a/gpu/command_buffer/client/client_test_helper.cc
+++ b/gpu/command_buffer/client/client_test_helper.cc
@@ -109,11 +109,6 @@ void MockCommandBufferBase::SetContextLostReason(
state_.context_lost_reason = reason;
}
-uint32 MockCommandBufferBase::InsertSyncPoint() {
- GPU_NOTREACHED();
- return 0;
-}
-
// GCC requires these declarations, but MSVC requires they not be present
#ifndef _MSC_VER
const int32 MockCommandBufferBase::kTransferBufferBaseId;

Powered by Google App Engine
This is Rietveld 408576698