forked from sanyaade-mobiledev/chromium.src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cc: Remove PicturePileBase as a base class of PicturePileImpl.
This patch removes PicturePileBase from being a base class of PicturePileImpl. This is meant to serve as a first step in a cleanup that eliminates PicturePileBase and instead provides an explicit passing of values from PicturePile to PicturePileImpl. This, in turn, would hopefully expose some opportunities for cleanups, since it feels that PicturePileBase has become a bit of a catch-all for passing settings from PictureLayer to PictureLayerImpl/RasterWorkerPool. R=danakj BUG=430260 Review URL: https://codereview.chromium.org/689423003 Cr-Commit-Position: refs/heads/master@{#303158}
- Loading branch information
Showing
12 changed files
with
294 additions
and
202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.