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

Unified Diff: content/renderer/render_thread_impl.cc

Issue 12813004: Chromium style checker cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 years, 9 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: content/renderer/render_thread_impl.cc
diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
index 0271718bc71c4cc6adf8097f3ef7bcbfc1fa9344..4f88790e1c5a0a98cab17aa2f11c439cedaa34bd 100644
--- a/content/renderer/render_thread_impl.cc
+++ b/content/renderer/render_thread_impl.cc
@@ -246,7 +246,7 @@ class RenderThreadImpl::RendererContextProviderCommandBuffer
virtual ~RendererContextProviderCommandBuffer() {}
virtual scoped_ptr<WebGraphicsContext3DCommandBufferImpl>
- CreateOffscreenContext3d() {
+ CreateOffscreenContext3d() OVERRIDE {
RenderThreadImpl* self = RenderThreadImpl::current();
DCHECK(self);
return self->CreateOffscreenContext3d().Pass();
« no previous file with comments | « content/renderer/accessibility/renderer_accessibility_browsertest.cc ('k') | gpu/command_buffer/service/gpu_tracer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698