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

Unified Diff: chrome/browser/ui/views/tabs/tab_renderer_data.h

Issue 10816027: alternate ntp: toolbar background and separator animation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix android build break Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/views/tabs/tab.cc ('k') | chrome/browser/ui/views/tabs/tab_renderer_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/tabs/tab_renderer_data.h
diff --git a/chrome/browser/ui/views/tabs/tab_renderer_data.h b/chrome/browser/ui/views/tabs/tab_renderer_data.h
index a2976e1177a9601de06bdc0ac975902394de6be9..d2aa573b83735a06ca8dcd83e67ee6804efd5940 100644
--- a/chrome/browser/ui/views/tabs/tab_renderer_data.h
+++ b/chrome/browser/ui/views/tabs/tab_renderer_data.h
@@ -51,11 +51,7 @@ struct TabRendererData {
bool blocked;
bool app;
chrome::search::Mode::Type mode;
- // Only applicable if |mode| is chrome::search::Mode::SEARCH.
- chrome::search::ToolbarSearchAnimator::BackgroundState background_state;
- // Only applicable if |background_state| is or a combination including
- // chrome::search::ToolbarSearchAnimator::BACKGROUND_STATE_SHOW_NEW;
- double search_background_opacity;
+ double gradient_background_opacity;
};
#endif // CHROME_BROWSER_UI_VIEWS_TABS_TAB_RENDERER_DATA_H_
« no previous file with comments | « chrome/browser/ui/views/tabs/tab.cc ('k') | chrome/browser/ui/views/tabs/tab_renderer_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698