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_; |