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

Issue 10386213: Add command line flags for compositor's default tile size and (Closed)

Created:
8 years, 7 months ago by Vangelis Kokkevis
Modified:
8 years, 7 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, jam, darin-cc_chromium.org, jochen+watch-content_chromium.org
Visibility:
Public.

Description

Add command line flags for compositor's default tile size and max untiled layer size. BUG=128740 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=137983

Patch Set 1 #

Total comments: 3

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -1 line) Patch
M content/browser/web_contents/web_contents_impl.cc View 1 2 chunks +25 lines, -0 lines 0 comments Download
M content/common/view_messages.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M content/public/common/content_switches.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M content/public/common/content_switches.cc View 1 1 chunk +8 lines, -0 lines 0 comments Download
M webkit/glue/webpreferences.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M webkit/glue/webpreferences.cc View 1 4 chunks +12 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
vangelis
Ready for review!
8 years, 7 months ago (2012-05-18 17:15:30 UTC) #1
darin (slow to review)
8 years, 7 months ago (2012-05-18 20:20:17 UTC) #2
LGTM

https://chromiumcodereview.appspot.com/10386213/diff/1/content/browser/web_co...
File content/browser/web_contents/web_contents_impl.cc (right):

https://chromiumcodereview.appspot.com/10386213/diff/1/content/browser/web_co...
content/browser/web_contents/web_contents_impl.cc:232: int GetSwitchValueInt(
nit: GetSwitchValueInt -> GetSwitchValueAsInt

https://chromiumcodereview.appspot.com/10386213/diff/1/content/browser/web_co...
content/browser/web_contents/web_contents_impl.cc:236: int int_value;
nit: initialize int_value?  or, check the return value of StringToInt.

https://chromiumcodereview.appspot.com/10386213/diff/1/content/browser/web_co...
content/browser/web_contents/web_contents_impl.cc:549: 1,
GetSwitchValueInt(command_line, switches::kDefaultTileWidth));
nit: maybe the lower bound value should just be a parameter to
GetSwitchValueAsInt?

Powered by Google App Engine
This is Rietveld 408576698