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

Unified Diff: chrome/browser/android/compositor/scene_layer/contextual_search_scene_layer.cc

Issue 1347023004: [Contextual Search] Add close button in maximized state (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup rebase Created 5 years, 3 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/android/compositor/scene_layer/contextual_search_scene_layer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/compositor/scene_layer/contextual_search_scene_layer.cc
diff --git a/chrome/browser/android/compositor/scene_layer/contextual_search_scene_layer.cc b/chrome/browser/android/compositor/scene_layer/contextual_search_scene_layer.cc
index 7735c39f0b16945b8da0bde44e6e864e365e82f3..8b885b970f1dcf9065b9fe83d5aa5601f494ff57 100644
--- a/chrome/browser/android/compositor/scene_layer/contextual_search_scene_layer.cc
+++ b/chrome/browser/android/compositor/scene_layer/contextual_search_scene_layer.cc
@@ -53,7 +53,6 @@ void ContextualSearchSceneLayer::UpdateContextualSearchLayer(
jfloat search_bar_shadow_opacity,
jfloat arrow_icon_opacity,
jfloat arrow_icon_rotation,
- jboolean close_icon_visible,
jfloat close_icon_opacity,
jboolean progress_bar_visible,
jfloat progress_bar_y,
@@ -110,7 +109,6 @@ void ContextualSearchSceneLayer::UpdateContextualSearchLayer(
search_bar_shadow_opacity,
arrow_icon_opacity,
arrow_icon_rotation,
- close_icon_visible,
close_icon_opacity,
progress_bar_visible,
progress_bar_y,
« no previous file with comments | « chrome/browser/android/compositor/scene_layer/contextual_search_scene_layer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698