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

Unified Diff: chrome/browser/ui/android/validation_message_bubble_android.h

Issue 16583005: Some improvement of validation message bubble UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 7 years, 6 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 | « no previous file | chrome/browser/ui/android/validation_message_bubble_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/android/validation_message_bubble_android.h
diff --git a/chrome/browser/ui/android/validation_message_bubble_android.h b/chrome/browser/ui/android/validation_message_bubble_android.h
index 3e02da0fed785edd1d52ec8f2177b3914ad3da37..33c71842ad76600c395361e846afc89cccee8ee9 100644
--- a/chrome/browser/ui/android/validation_message_bubble_android.h
+++ b/chrome/browser/ui/android/validation_message_bubble_android.h
@@ -28,8 +28,9 @@ class ValidationMessageBubbleAndroid : public chrome::ValidationMessageBubble {
const string16& main_text,
const string16& sub_text);
virtual ~ValidationMessageBubbleAndroid();
- virtual void MoveOnAnchor(content::RenderWidgetHost* widget_host,
- const gfx::Rect& anchor_in_screen);
+ virtual void SetPositionRelativeToAnchor(
+ content::RenderWidgetHost* widget_host,
+ const gfx::Rect& anchor_in_screen) OVERRIDE;
static bool Register(JNIEnv* env);
« no previous file with comments | « no previous file | chrome/browser/ui/android/validation_message_bubble_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698