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

Unified Diff: gpu/command_buffer/service/gles2_cmd_decoder_mock.h

Issue 2021603002: gpu: Add a new extension CHROMIUM_deschedule. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/service/gles2_cmd_decoder_mock.h
diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_mock.h b/gpu/command_buffer/service/gles2_cmd_decoder_mock.h
index dd451591214565d0fb043a07c1548fafd644fa47..eeb834217bdab963b39223b6144b888deb9fccdf 100644
--- a/gpu/command_buffer/service/gles2_cmd_decoder_mock.h
+++ b/gpu/command_buffer/service/gles2_cmd_decoder_mock.h
@@ -146,6 +146,10 @@ class MockGLES2Decoder : public GLES2Decoder {
void(const FenceSyncReleaseCallback& callback));
MOCK_METHOD1(SetWaitFenceSyncCallback,
void(const WaitFenceSyncCallback& callback));
+ MOCK_METHOD1(SetDescheduleUntilFinishedCallback,
+ void(const NoParamCallback& callback));
+ MOCK_METHOD1(SetRescheduleAfterFinishedCallback,
+ void(const NoParamCallback& callback));
MOCK_METHOD1(WaitForReadPixels,
void(base::Closure callback));
MOCK_METHOD0(GetTextureUploadCount, uint32_t());
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_decoder.cc ('k') | gpu/command_buffer/service/gles2_cmd_decoder_passthrough.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698