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

Unified Diff: mojo/gles2/command_buffer_client_impl.cc

Issue 619493002: Mojo: Convert OVERRIDE -> override in various subdirectories of mojo/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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: mojo/gles2/command_buffer_client_impl.cc
diff --git a/mojo/gles2/command_buffer_client_impl.cc b/mojo/gles2/command_buffer_client_impl.cc
index 233573fc2835bf789e1b168159b333758e021a57..2d3387b35a84abb5d8f9591704ba18950f7936a9 100644
--- a/mojo/gles2/command_buffer_client_impl.cc
+++ b/mojo/gles2/command_buffer_client_impl.cc
@@ -64,10 +64,10 @@ class CommandBufferClientImpl::SyncClientImpl
private:
// CommandBufferSyncClient methods:
- virtual void DidInitialize(bool success) OVERRIDE {
+ virtual void DidInitialize(bool success) override {
initialized_successfully_ = success;
}
- virtual void DidMakeProgress(CommandBufferStatePtr state) OVERRIDE {
+ virtual void DidMakeProgress(CommandBufferStatePtr state) override {
command_buffer_state_ = state.Pass();
}

Powered by Google App Engine
This is Rietveld 408576698