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

Issue 10985088: cc: Switch it to use DISALLOW_COPY_AND_ASSIGN macro from base/ library. (Closed)

Created:
8 years, 2 months ago by tfarina
Modified:
8 years, 2 months ago
Reviewers:
jamesr
CC:
chromium-reviews, cc-bugs_chromium.org
Visibility:
Public.

Description

cc: Switch it to use DISALLOW_COPY_AND_ASSIGN macro from base/ library. BUG=144577 R=jamesr@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=159356

Patch Set 1 #

Total comments: 4

Patch Set 2 : review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+157 lines, -83 lines) Patch
M cc/CCActiveAnimation.h View 3 chunks +3 lines, -2 lines 0 comments Download
M cc/CCDebugRectHistory.h View 3 chunks +3 lines, -2 lines 0 comments Download
M cc/CCDirectRenderer.h View 5 chunks +6 lines, -2 lines 0 comments Download
M cc/CCFontAtlas.h View 3 chunks +3 lines, -1 line 0 comments Download
M cc/CCFrameRateCounter.h View 3 chunks +3 lines, -2 lines 0 comments Download
M cc/CCGraphicsContext.h View 1 chunk +2 lines, -5 lines 0 comments Download
M cc/CCInputHandler.h View 4 chunks +7 lines, -3 lines 0 comments Download
M cc/CCLayerAnimationController.h View 3 chunks +3 lines, -2 lines 0 comments Download
M cc/CCLayerSorter.h View 3 chunks +3 lines, -2 lines 0 comments Download
M cc/CCLayerTilingData.h View 3 chunks +2 lines, -1 line 0 comments Download
M cc/CCLayerTreeHost.h View 4 chunks +4 lines, -2 lines 0 comments Download
M cc/CCLayerTreeHostImpl.h View 4 chunks +4 lines, -2 lines 0 comments Download
M cc/CCLayerTreeHostImpl.cpp View 3 chunks +3 lines, -1 line 0 comments Download
M cc/CCOcclusionTracker.h View 3 chunks +3 lines, -1 line 0 comments Download
M cc/CCPrioritizedTexture.h View 5 chunks +6 lines, -3 lines 0 comments Download
M cc/CCPrioritizedTextureManager.h View 3 chunks +4 lines, -2 lines 0 comments Download
M cc/CCProxy.h View 3 chunks +4 lines, -2 lines 0 comments Download
M cc/CCRenderPass.h View 3 chunks +6 lines, -4 lines 0 comments Download
M cc/CCRenderPassDrawQuad.h View 2 chunks +4 lines, -2 lines 0 comments Download
M cc/CCRenderSurface.h View 3 chunks +3 lines, -3 lines 0 comments Download
M cc/CCRenderer.h View 3 chunks +3 lines, -2 lines 0 comments Download
M cc/CCRendererGL.h View 3 chunks +3 lines, -1 line 0 comments Download
M cc/CCRendererSoftware.h View 3 chunks +3 lines, -1 line 0 comments Download
M cc/CCResourceProvider.h View 8 chunks +11 lines, -6 lines 0 comments Download
M cc/CCScheduler.h View 3 chunks +4 lines, -3 lines 0 comments Download
M cc/CCSchedulerStateMachine.h View 1 2 chunks +4 lines, -1 line 0 comments Download
M cc/CCScopedTexture.h View 3 chunks +3 lines, -1 line 0 comments Download
M cc/CCTextureUpdateController.h View 3 chunks +4 lines, -2 lines 0 comments Download
M cc/CCTextureUpdateQueue.h View 2 chunks +3 lines, -2 lines 0 comments Download
M cc/CCThread.h View 3 chunks +3 lines, -2 lines 0 comments Download
M cc/CCTiledLayerImpl.cpp View 3 chunks +3 lines, -1 line 0 comments Download
M cc/CCYUVVideoDrawQuad.h View 2 chunks +4 lines, -2 lines 0 comments Download
M cc/ContentLayerChromium.h View 3 chunks +3 lines, -1 line 0 comments Download
M cc/RenderSurfaceChromium.h View 3 chunks +5 lines, -3 lines 0 comments Download
M cc/ScrollbarLayerChromium.cpp View 5 chunks +5 lines, -2 lines 0 comments Download
M cc/TextureCopier.h View 3 chunks +3 lines, -2 lines 0 comments Download
M cc/ThrottledTextureUploader.h View 3 chunks +3 lines, -1 line 0 comments Download
M cc/TiledLayerChromium.cpp View 3 chunks +3 lines, -1 line 0 comments Download
M cc/TreeSynchronizer.h View 3 chunks +3 lines, -2 lines 0 comments Download
M cc/UnthrottledTextureUploader.h View 2 chunks +4 lines, -1 line 0 comments Download
M cc/test/WebCompositorInitializer.h View 3 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
tfarina
please, take a look.
8 years, 2 months ago (2012-09-28 20:32:25 UTC) #1
jamesr
lgtm. thanks! http://codereview.chromium.org/10985088/diff/1/cc/CCLayerTreeHost.h File cc/CCLayerTreeHost.h (right): http://codereview.chromium.org/10985088/diff/1/cc/CCLayerTreeHost.h#newcode9 cc/CCLayerTreeHost.h:9: #include "cc/own_ptr_vector.h" hmm, chromium does a case-insensitive ...
8 years, 2 months ago (2012-09-28 20:37:06 UTC) #2
tfarina
http://codereview.chromium.org/10985088/diff/1/cc/CCLayerTreeHost.h File cc/CCLayerTreeHost.h (right): http://codereview.chromium.org/10985088/diff/1/cc/CCLayerTreeHost.h#newcode9 cc/CCLayerTreeHost.h:9: #include "cc/own_ptr_vector.h" On 2012/09/28 20:37:06, jamesr wrote: > hmm, ...
8 years, 2 months ago (2012-09-28 20:48:04 UTC) #3
jamesr
8 years, 2 months ago (2012-09-28 20:52:47 UTC) #4
OK, that's fine.  We'll be renaming these all to lowercase to match the rest of
chromium in a few weeks anyway (we don't want to do renames yet since we might
need to merge things to the m23 release branch and drover can't handle renames).

Powered by Google App Engine
This is Rietveld 408576698