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

Issue 10914268: Change cc files from namespace WebCore to cc (Closed)

Created:
8 years, 3 months ago by enne (OOO)
Modified:
8 years, 3 months ago
Reviewers:
jamesr
CC:
chromium-reviews, darin-cc_chromium.org
Visibility:
Public.

Description

Change cc files from namespace WebCore to cc These files no longer are part of WebCore, so it doesn't make any sense to keep that namespace. Due to being unable to forward declare typedefs in C++, the stubs files (like FloatSize) now define cc::FloatSize as being derived from WebCore::FloatSize. With enough constructors, this lets them be used interchangably in the short term until those geometry classes become real and not dependent on WebCore files. This allows (nearly) all the forward declarations and uses of these types in cc stay as-is with minimal churn. BUG=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=156905

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+982 lines, -599 lines) Patch
M cc/BitmapCanvasLayerTextureUpdater.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/BitmapCanvasLayerTextureUpdater.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/BitmapSkPictureCanvasLayerTextureUpdater.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/BitmapSkPictureCanvasLayerTextureUpdater.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCActiveAnimation.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCActiveAnimation.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M cc/CCActiveAnimationTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCAnimationCurve.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCAnimationCurve.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCAnimationEvents.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCAppendQuadsData.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCCheckerboardDrawQuad.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCCheckerboardDrawQuad.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCCompletionEvent.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/CCDamageTracker.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCDamageTracker.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCDamageTrackerTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCDebugBorderDrawQuad.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCDebugBorderDrawQuad.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCDebugRectHistory.h View 3 chunks +3 lines, -3 lines 0 comments Download
M cc/CCDebugRectHistory.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCDelayBasedTimeSource.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCDelayBasedTimeSource.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCDelayBasedTimeSourceTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCDirectRenderer.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCDirectRenderer.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCDrawQuad.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCDrawQuad.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCFontAtlas.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCFontAtlas.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCFrameRateController.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCFrameRateController.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCFrameRateControllerTest.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/CCFrameRateCounter.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCFrameRateCounter.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCGraphicsContext.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCHeadsUpDisplayLayerImpl.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCHeadsUpDisplayLayerImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCHeadsUpDisplayTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCIOSurfaceDrawQuad.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCIOSurfaceDrawQuad.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCIOSurfaceLayerImpl.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCIOSurfaceLayerImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCInputHandler.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCKeyframedAnimationCurve.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCKeyframedAnimationCurve.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCKeyframedAnimationCurveTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCLayerAnimationController.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCLayerAnimationController.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCLayerAnimationControllerTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCLayerImpl.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCLayerImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCLayerImplTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCLayerIterator.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCLayerIterator.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCLayerIteratorTest.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/CCLayerQuad.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCLayerQuad.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCLayerQuadTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCLayerSorter.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCLayerSorter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCLayerSorterTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCLayerTilingData.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCLayerTilingData.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M cc/CCLayerTreeHost.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCLayerTreeHost.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCLayerTreeHostClient.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCLayerTreeHostCommon.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCLayerTreeHostCommon.cpp View 4 chunks +4 lines, -4 lines 0 comments Download
M cc/CCLayerTreeHostCommonTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCLayerTreeHostImpl.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCLayerTreeHostImpl.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M cc/CCLayerTreeHostImplTest.cpp View 5 chunks +5 lines, -5 lines 0 comments Download
M cc/CCLayerTreeHostTest.cpp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCMathUtil.h View 3 chunks +2 lines, -4 lines 0 comments Download
M cc/CCMathUtil.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCMathUtilTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCOcclusionTracker.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCOcclusionTracker.cpp View 5 chunks +6 lines, -6 lines 0 comments Download
M cc/CCOcclusionTrackerTest.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/CCOverdrawMetrics.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCOverdrawMetrics.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCPageScaleAnimation.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCPageScaleAnimation.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCPrioritizedTexture.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCPrioritizedTexture.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCPrioritizedTextureManager.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCPrioritizedTextureManager.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCPrioritizedTextureTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCPriorityCalculator.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCPriorityCalculator.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCProxy.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCProxy.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCQuadCuller.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCQuadCuller.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCQuadCullerTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCQuadSink.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCRenderPass.h View 3 chunks +14 lines, -13 lines 0 comments Download
M cc/CCRenderPass.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/CCRenderPassDrawQuad.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCRenderPassDrawQuad.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCRenderPassSink.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCRenderSurface.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCRenderSurface.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCRenderSurfaceFilters.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCRenderSurfaceFilters.cpp View 3 chunks +4 lines, -2 lines 0 comments Download
M cc/CCRenderSurfaceFiltersTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCRenderSurfaceTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCRenderer.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCRendererGL.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCRendererGL.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCRenderingStats.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCResourceProvider.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCResourceProvider.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCResourceProviderTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCScheduler.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/CCScheduler.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/CCSchedulerStateMachine.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCSchedulerStateMachine.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCSchedulerStateMachineTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCSchedulerTest.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M cc/CCScopedTexture.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCScopedTexture.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCScopedTextureTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCScopedThreadProxy.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCScrollbarAnimationController.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCScrollbarAnimationController.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCScrollbarAnimationControllerLinearFade.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCScrollbarAnimationControllerLinearFade.cpp View 2 chunks +2 lines, -3 lines 0 comments Download
M cc/CCScrollbarAnimationControllerLinearFadeTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCScrollbarGeometryFixedThumb.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCScrollbarGeometryFixedThumb.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCScrollbarGeometryStub.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCScrollbarGeometryStub.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCScrollbarLayerImpl.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCScrollbarLayerImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCSettings.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCSettings.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCSharedQuadState.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCSharedQuadState.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCSingleThreadProxy.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCSingleThreadProxy.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCSolidColorDrawQuad.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCSolidColorDrawQuad.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCSolidColorLayerImpl.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCSolidColorLayerImpl.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCSolidColorLayerImplTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCStreamVideoDrawQuad.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCStreamVideoDrawQuad.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCTexture.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCTexture.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCTextureDrawQuad.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCTextureDrawQuad.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCTextureLayerImpl.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCTextureLayerImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCTextureUpdateController.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/CCTextureUpdateController.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/CCTextureUpdateControllerTest.cpp View 1 2 6 chunks +8 lines, -8 lines 0 comments Download
M cc/CCTextureUpdateQueue.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCTextureUpdateQueue.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCThread.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCThreadProxy.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/CCThreadProxy.cpp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCThreadTask.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCThreadTaskTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCThreadedTest.h View 8 chunks +18 lines, -18 lines 0 comments Download
M cc/CCThreadedTest.cpp View 4 chunks +5 lines, -5 lines 0 comments Download
M cc/CCTileDrawQuad.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCTileDrawQuad.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCTiledLayerImpl.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCTiledLayerImpl.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCTiledLayerImplTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCTimeSource.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCTimer.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCTimer.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCTimerTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCTimingFunction.h View 2 chunks +2 lines, -3 lines 0 comments Download
M cc/CCTimingFunction.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCVideoLayerImpl.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCVideoLayerImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCYUVVideoDrawQuad.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCYUVVideoDrawQuad.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CanvasLayerTextureUpdater.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CanvasLayerTextureUpdater.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M cc/ContentLayerChromium.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/ContentLayerChromium.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/ContentLayerChromiumClient.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/DEPS View 1 1 chunk +11 lines, -0 lines 0 comments Download
M cc/FloatQuadTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/FrameBufferSkPictureCanvasLayerTextureUpdater.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/FrameBufferSkPictureCanvasLayerTextureUpdater.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/GeometryBinding.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/GeometryBinding.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/HeadsUpDisplayLayerChromium.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/HeadsUpDisplayLayerChromium.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/IOSurfaceLayerChromium.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/IOSurfaceLayerChromium.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/ImageLayerChromium.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/ImageLayerChromium.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/LayerChromium.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/LayerChromium.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/LayerPainterChromium.h View 2 chunks +2 lines, -3 lines 0 comments Download
M cc/LayerTextureSubImage.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/LayerTextureSubImage.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/LayerTextureUpdater.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/PlatformColor.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/ProgramBinding.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/ProgramBinding.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/RateLimiter.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/RateLimiter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/RenderSurfaceChromium.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/RenderSurfaceChromium.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/ScrollbarLayerChromium.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/ScrollbarLayerChromium.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/ShaderChromium.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/ShaderChromium.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/SkPictureCanvasLayerTextureUpdater.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/SkPictureCanvasLayerTextureUpdater.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/SolidColorLayerChromium.h View 2 chunks +1 line, -2 lines 0 comments Download
M cc/SolidColorLayerChromium.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/TextureCopier.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/TextureCopier.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/TextureLayerChromium.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/TextureLayerChromium.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/TextureLayerChromiumClient.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/TextureUploader.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/ThrottledTextureUploader.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/ThrottledTextureUploader.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/TiledLayerChromium.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/TiledLayerChromium.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/TreeSynchronizer.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/TreeSynchronizer.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/UnthrottledTextureUploader.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/VideoLayerChromium.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/VideoLayerChromium.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/cc.gypi View 1 2 chunks +9 lines, -0 lines 0 comments Download
M cc/stubs/Extensions3D.h View 2 chunks +1 line, -2 lines 0 comments Download
M cc/stubs/Extensions3DChromium.h View 2 chunks +1 line, -2 lines 0 comments Download
M cc/stubs/FloatPoint.h View 1 1 chunk +46 lines, -0 lines 0 comments Download
M cc/stubs/FloatPoint3D.h View 1 1 chunk +45 lines, -0 lines 0 comments Download
M cc/stubs/FloatQuad.h View 1 1 chunk +50 lines, -0 lines 0 comments Download
M cc/stubs/FloatRect.h View 1 1 chunk +50 lines, -0 lines 0 comments Download
M cc/stubs/FloatSize.h View 1 1 chunk +37 lines, -0 lines 0 comments Download
M cc/stubs/GraphicsContext3D.h View 2 chunks +1 line, -2 lines 0 comments Download
M cc/stubs/IntPoint.h View 1 1 chunk +34 lines, -0 lines 0 comments Download
M cc/stubs/IntRect.h View 1 1 chunk +35 lines, -0 lines 0 comments Download
M cc/stubs/IntSize.h View 1 1 chunk +28 lines, -0 lines 0 comments Download
M cc/stubs/Region.h View 1 1 chunk +29 lines, -0 lines 0 comments Download
M cc/stubs/SkiaUtils.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/stubs/TilingData.h View 1 1 chunk +8 lines, -0 lines 0 comments Download
M cc/stubs/UnitBezier.h View 1 1 chunk +8 lines, -0 lines 0 comments Download
M cc/test/CCAnimationTestCommon.h View 5 chunks +14 lines, -14 lines 0 comments Download
M cc/test/CCAnimationTestCommon.cpp View 4 chunks +10 lines, -10 lines 0 comments Download
M cc/test/CCLayerTestCommon.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/CCLayerTestCommon.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/CCOcclusionTrackerTestCommon.h View 1 chunk +9 lines, -9 lines 0 comments Download
M cc/test/CCSchedulerTestCommon.h View 6 chunks +10 lines, -10 lines 0 comments Download
M cc/test/CCTestCommon.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/test/CCTiledLayerTestCommon.h View 3 chunks +39 lines, -39 lines 0 comments Download
M cc/test/CCTiledLayerTestCommon.cpp View 4 chunks +6 lines, -6 lines 0 comments Download
M cc/test/FakeCCGraphicsContext.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/FakeCCLayerTreeHostClient.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/FakeGraphicsContext3DTest.cpp View 2 chunks +1 line, -1 line 0 comments Download
M cc/test/FakeWebGraphicsContext3D.h View 3 chunks +4 lines, -4 lines 0 comments Download
M cc/test/MockCCQuadCuller.h View 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/compositor_bindings/CCThreadImpl.h View 1 chunk +5 lines, -5 lines 0 comments Download
M webkit/compositor_bindings/CCThreadImpl.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/compositor_bindings/LayerChromiumTest.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webkit/compositor_bindings/TextureCopierTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M webkit/compositor_bindings/TextureLayerChromiumTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M webkit/compositor_bindings/ThrottledTextureUploaderTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M webkit/compositor_bindings/TiledLayerChromiumTest.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M webkit/compositor_bindings/TreeSynchronizerTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M webkit/compositor_bindings/WebAnimationCurveCommon.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/compositor_bindings/WebAnimationCurveCommon.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
M webkit/compositor_bindings/WebAnimationImpl.h View 2 chunks +3 lines, -4 lines 0 comments Download
M webkit/compositor_bindings/WebAnimationImpl.cpp View 4 chunks +5 lines, -5 lines 0 comments Download
M webkit/compositor_bindings/WebCompositorImpl.h View 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/compositor_bindings/WebCompositorImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download
M webkit/compositor_bindings/WebContentLayerImpl.h View 2 chunks +7 lines, -2 lines 0 comments Download
M webkit/compositor_bindings/WebContentLayerImpl.cpp View 2 chunks +3 lines, -1 line 0 comments Download
M webkit/compositor_bindings/WebExternalTextureLayerImpl.h View 3 chunks +2 lines, -3 lines 0 comments Download
M webkit/compositor_bindings/WebExternalTextureLayerImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download
M webkit/compositor_bindings/WebFloatAnimationCurveImpl.h View 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/compositor_bindings/WebFloatAnimationCurveImpl.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M webkit/compositor_bindings/WebFloatAnimationCurveTest.cpp View 6 chunks +6 lines, -6 lines 0 comments Download
M webkit/compositor_bindings/WebIOSurfaceLayerImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download
M webkit/compositor_bindings/WebImageLayerImpl.h View 1 chunk +0 lines, -4 lines 0 comments Download
M webkit/compositor_bindings/WebImageLayerImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download
M webkit/compositor_bindings/WebLayerImpl.h View 3 chunks +4 lines, -4 lines 0 comments Download
M webkit/compositor_bindings/WebLayerImpl.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/compositor_bindings/WebLayerTreeViewImpl.h View 4 chunks +6 lines, -6 lines 0 comments Download
M webkit/compositor_bindings/WebLayerTreeViewImpl.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/compositor_bindings/WebScrollbarLayerImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download
M webkit/compositor_bindings/WebSolidColorLayerImpl.cpp View 2 chunks +1 line, -2 lines 0 comments Download
M webkit/compositor_bindings/WebToCCInputHandlerAdapter.h View 1 chunk +4 lines, -4 lines 0 comments Download
M webkit/compositor_bindings/WebToCCInputHandlerAdapter.cpp View 5 chunks +6 lines, -7 lines 0 comments Download
M webkit/compositor_bindings/WebTransformAnimationCurveImpl.h View 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/compositor_bindings/WebTransformAnimationCurveImpl.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M webkit/compositor_bindings/WebTransformAnimationCurveTest.cpp View 6 chunks +6 lines, -6 lines 0 comments Download
M webkit/compositor_bindings/WebVideoLayerImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
enne (OOO)
8 years, 3 months ago (2012-09-13 18:09:40 UTC) #1
jamesr
8 years, 3 months ago (2012-09-14 21:04:04 UTC) #2
lgtm

We are crazy inconsistent with our end-of-namespace comments.  Some say "//
namespace cc", some say "// cc", some don't have any comment.  This patch
doesn't make them any worse but it might be worth addressing later if the
chromium linter is smart enough to complain about it.

Powered by Google App Engine
This is Rietveld 408576698