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

Issue 11377176: cc: Add PictureLayerTiling for impl-side painting (Closed)

Created:
8 years, 1 month ago by enne (OOO)
Modified:
8 years, 1 month ago
Reviewers:
nduca
CC:
chromium-reviews, cc-bugs_chromium.org
Visibility:
Public.

Description

cc: Add PictureLayerTiling for impl-side painting This adds an interface for generating/iterating/creating tiles and tilings. PictureLayerImpl now knows a lot less about the internals of the tiling (yay). TBR=nduca@chromium.org BUG=155209 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=167997

Patch Set 1 #

Total comments: 14

Patch Set 2 : Fix win builder /o\ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+387 lines, -3 lines) Patch
M cc/cc.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/picture_layer.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/picture_layer_impl.h View 1 2 chunks +15 lines, -1 line 0 comments Download
M cc/picture_layer_impl.cc View 1 2 chunks +96 lines, -2 lines 0 comments Download
A cc/picture_layer_tiling.h View 1 1 chunk +98 lines, -0 lines 0 comments Download
A cc/picture_layer_tiling.cc View 1 1 chunk +170 lines, -0 lines 0 comments Download
M cc/tile.h View 2 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
enne (OOO)
8 years, 1 month ago (2012-11-15 00:53:10 UTC) #1
enne (OOO)
8 years, 1 month ago (2012-11-15 01:43:28 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/enne@chromium.org/11377176/1
8 years, 1 month ago (2012-11-15 01:43:45 UTC) #3
tfarina
https://chromiumcodereview.appspot.com/11377176/diff/1/cc/picture_layer_tiling.h File cc/picture_layer_tiling.h (right): https://chromiumcodereview.appspot.com/11377176/diff/1/cc/picture_layer_tiling.h#newcode1 cc/picture_layer_tiling.h:1: // Copyright 2011 The Chromium Authors. All rights reserved. ...
8 years, 1 month ago (2012-11-15 01:49:28 UTC) #4
tfarina
https://chromiumcodereview.appspot.com/11377176/diff/1/cc/picture_layer_impl.h File cc/picture_layer_impl.h (right): https://chromiumcodereview.appspot.com/11377176/diff/1/cc/picture_layer_impl.h#newcode19 cc/picture_layer_impl.h:19: public PictureLayerTilingClient { nit: no, no no :) class ...
8 years, 1 month ago (2012-11-15 01:54:04 UTC) #5
nduca
lgtm as a checkpoint http://codereview.chromium.org/11377176/diff/1/cc/picture_layer_tiling.h File cc/picture_layer_tiling.h (right): http://codereview.chromium.org/11377176/diff/1/cc/picture_layer_tiling.h#newcode28 cc/picture_layer_tiling.h:28: class CC_EXPORT PictureLayerTiling { I ...
8 years, 1 month ago (2012-11-15 02:19:05 UTC) #6
nduca
@tfarina, we're in quick prototype mode, best to confine feedback to structural comments.
8 years, 1 month ago (2012-11-15 02:19:37 UTC) #7
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
8 years, 1 month ago (2012-11-15 02:31:19 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/enne@chromium.org/11377176/14001
8 years, 1 month ago (2012-11-15 17:54:57 UTC) #9
commit-bot: I haz the power
8 years, 1 month ago (2012-11-15 19:57:05 UTC) #10
Change committed as 167997

Powered by Google App Engine
This is Rietveld 408576698