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

Unified Diff: components/view_manager/gles2/command_buffer_driver.h

Issue 1245683004: Mandoline: Merge Surfaces and Views apps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove context_provider.mojom Created 5 years, 4 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: components/view_manager/gles2/command_buffer_driver.h
diff --git a/components/view_manager/gles2/command_buffer_driver.h b/components/view_manager/gles2/command_buffer_driver.h
index f42e51731f33dad0a047fd66f2a730869c02c543..b408147b2b8a0798e40149a531cbad59bd2745fa 100644
--- a/components/view_manager/gles2/command_buffer_driver.h
+++ b/components/view_manager/gles2/command_buffer_driver.h
@@ -40,8 +40,6 @@ class CommandBufferDriver {
class Client {
public:
virtual ~Client();
- virtual void UpdateVSyncParameters(base::TimeTicks timebase,
rjkroege 2015/08/06 00:16:21 why did you take this away?
Fady Samuel 2015/08/06 16:48:23 They were only used by DisplayImpl which no longer
- base::TimeDelta interval) = 0;
virtual void DidLoseContext() = 0;
};
// Offscreen.
@@ -87,8 +85,6 @@ class CommandBufferDriver {
void OnSyncPointRetired();
void OnParseError();
void OnContextLost(uint32_t reason);
- void OnUpdateVSyncParameters(const base::TimeTicks timebase,
- const base::TimeDelta interval);
void DestroyDecoder();
scoped_ptr<Client> client_;

Powered by Google App Engine
This is Rietveld 408576698