Chromium Code Reviews

Unified Diff: views/background.cc

Issue 5023001: Handful of related instant changes: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: views/background.cc
diff --git a/views/background.cc b/views/background.cc
index f13513829d4837ccf4fa2a45e489f2b5c5c61764..ba6216f5c1dade6492a2c03ddb39cb52e34203cb 100644
--- a/views/background.cc
+++ b/views/background.cc
@@ -93,12 +93,12 @@ Background* Background::CreateStandardPanelBackground() {
//static
Background* Background::CreateVerticalGradientBackground(
const SkColor& color1, const SkColor& color2) {
- Background* background = CreateBackgroundPainter(
- true, Painter::CreateVerticalGradient(color1, color2));
- background->SetNativeControlColor(
- color_utils::AlphaBlend(color1, color2, 128));
+ Background* background = CreateBackgroundPainter(
+ true, Painter::CreateVerticalGradient(color1, color2));
+ background->SetNativeControlColor(
+ color_utils::AlphaBlend(color1, color2, 128));
- return background;
+ return background;
}
//static
« chrome/browser/instant/instant_controller.cc ('K') | « chrome/test/testing_profile.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine