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

Issue 210413003: Drop software resources sent to a GL delegated renderer.

Created:
6 years, 9 months ago by jbauman
Modified:
6 years, 9 months ago
Reviewers:
danakj
CC:
chromium-reviews, cc-bugs_chromium.org
Visibility:
Public.

Description

Drop software resources sent to a GL delegated renderer. The GL renderer can't handle the software resources. BUG=

Patch Set 1 #

Patch Set 2 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -0 lines) Patch
M cc/resources/resource_provider.cc View 1 1 chunk +10 lines, -0 lines 0 comments Download
M cc/resources/resource_provider_unittest.cc View 1 1 chunk +59 lines, -0 lines 1 comment Download

Messages

Total messages: 4 (0 generated)
jbauman
6 years, 9 months ago (2014-03-24 22:50:48 UTC) #1
danakj
can you add a separate TRACE_EVENT for this? it seems like something that will come ...
6 years, 9 months ago (2014-03-25 18:02:10 UTC) #2
jbauman
PTAL. Split this out to add in a different trace event, and added a unit ...
6 years, 9 months ago (2014-03-25 20:38:17 UTC) #3
danakj
6 years, 9 months ago (2014-03-25 21:12:47 UTC) #4
LGTM

https://codereview.chromium.org/210413003/diff/30001/cc/resources/resource_pr...
File cc/resources/resource_provider_unittest.cc (right):

https://codereview.chromium.org/210413003/diff/30001/cc/resources/resource_pr...
cc/resources/resource_provider_unittest.cc:1214: EXPECT_EQ(0u,
resource_provider_->num_resources());
Can you throw a comment in at each step in the test, for example here:

// The parent compositor returns the resource immediately upon receipt.

It helps a lot to read the story of the test in comments when you come back to
it later, or for other readers.

Powered by Google App Engine
This is Rietveld 408576698