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

Issue 11035020: Renamed LayerChromium::opaque to LayerChromium::contentsOpaque. Having both opaque and opacity on t… (Closed)

Created:
8 years, 2 months ago by alokp
Modified:
8 years, 2 months ago
Reviewers:
danakj, jamesr, enne (OOO)
CC:
chromium-reviews, cc-bugs_chromium.org, darin-cc_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Renamed LayerChromium::opaque to LayerChromium::contentsOpaque. Having both opaque and opacity on the same interface is quite confusing. BUG= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=159781

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -86 lines) Patch
M cc/CCLayerImpl.h View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/CCLayerImpl.cpp View 4 chunks +6 lines, -6 lines 0 comments Download
M cc/CCLayerImplTest.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/CCLayerTreeHostImplTest.cpp View 22 chunks +23 lines, -52 lines 4 comments Download
M cc/CCLayerTreeHostTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCOcclusionTrackerTest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/CCQuadCullerTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/CCTiledLayerImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/ContentLayerChromium.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/ContentLayerChromium.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/LayerChromium.h View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/LayerChromium.cpp View 4 chunks +6 lines, -6 lines 0 comments Download
M cc/LayerChromiumTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M cc/TiledLayerChromium.cpp View 1 chunk +1 line, -1 line 0 comments Download
M webkit/compositor_bindings/WebExternalTextureLayerImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download
M webkit/compositor_bindings/WebLayerImpl.cpp View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
alokp
8 years, 2 months ago (2012-10-02 17:26:30 UTC) #1
enne (OOO)
lgtm http://codereview.chromium.org/11035020/diff/1/cc/CCLayerTreeHostImplTest.cpp File cc/CCLayerTreeHostImplTest.cpp (left): http://codereview.chromium.org/11035020/diff/1/cc/CCLayerTreeHostImplTest.cpp#oldcode1487 cc/CCLayerTreeHostImplTest.cpp:1487: // Layer with translucent content, but opaque content, ...
8 years, 2 months ago (2012-10-02 18:06:09 UTC) #2
danakj
http://codereview.chromium.org/11035020/diff/1/cc/CCLayerTreeHostImplTest.cpp File cc/CCLayerTreeHostImplTest.cpp (left): http://codereview.chromium.org/11035020/diff/1/cc/CCLayerTreeHostImplTest.cpp#oldcode1487 cc/CCLayerTreeHostImplTest.cpp:1487: // Layer with translucent content, but opaque content, so ...
8 years, 2 months ago (2012-10-02 18:12:08 UTC) #3
alokp
http://codereview.chromium.org/11035020/diff/1/cc/CCLayerTreeHostImplTest.cpp File cc/CCLayerTreeHostImplTest.cpp (left): http://codereview.chromium.org/11035020/diff/1/cc/CCLayerTreeHostImplTest.cpp#oldcode1487 cc/CCLayerTreeHostImplTest.cpp:1487: // Layer with translucent content, but opaque content, so ...
8 years, 2 months ago (2012-10-02 18:21:50 UTC) #4
danakj
Look at BlendStateCheckLayer in CCLTHImplTest.cpp. It is setting a flag to mimic the behaviour of ...
8 years, 2 months ago (2012-10-02 18:24:43 UTC) #5
enne (OOO)
http://codereview.chromium.org/11035020/diff/1/cc/CCLayerTreeHostImplTest.cpp File cc/CCLayerTreeHostImplTest.cpp (left): http://codereview.chromium.org/11035020/diff/1/cc/CCLayerTreeHostImplTest.cpp#oldcode1487 cc/CCLayerTreeHostImplTest.cpp:1487: // Layer with translucent content, but opaque content, so ...
8 years, 2 months ago (2012-10-02 18:25:05 UTC) #6
danakj
On 2012/10/02 18:25:05, enne wrote: > http://codereview.chromium.org/11035020/diff/1/cc/CCLayerTreeHostImplTest.cpp > File cc/CCLayerTreeHostImplTest.cpp (left): > > http://codereview.chromium.org/11035020/diff/1/cc/CCLayerTreeHostImplTest.cpp#oldcode1487 > ...
8 years, 2 months ago (2012-10-02 18:28:45 UTC) #7
danakj
lgtm
8 years, 2 months ago (2012-10-02 18:31:27 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alokp@chromium.org/11035020/1
8 years, 2 months ago (2012-10-02 19:08:10 UTC) #9
commit-bot: I haz the power
8 years, 2 months ago (2012-10-02 22:33:18 UTC) #10
Change committed as 159781

Powered by Google App Engine
This is Rietveld 408576698