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

Unified Diff: content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h

Issue 609973002: Move InitializeOnCurrentThread down from WebGraphicsContext3DImpl to WebGraphicsContext3DCommandBuf… (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: content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
diff --git a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
index 2fe59c5d67c0e525c6c5012c04a7e30b11c2a1ae..a017b4e563b987b6f3c5f5fc3d5ca519e11ea315 100644
--- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
+++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
@@ -142,8 +142,8 @@ class WebGraphicsContext3DCommandBufferImpl
return mem_limits_.mapped_memory_reclaim_limit;
}
- // WebGraphicsContext3DImpl methods
- virtual bool InitializeOnCurrentThread() OVERRIDE;
+ // former WebGraphicsContext3DImpl methods
jamesr 2014/09/26 20:05:40 comment's not useful. history lives in the revisio
+ virtual bool InitializeOnCurrentThread();
jamesr 2014/09/26 20:05:40 why virtual?
//----------------------------------------------------------------------
// WebGraphicsContext3D methods

Powered by Google App Engine
This is Rietveld 408576698