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

Unified Diff: chrome/browser/cocoa/find_bar_cocoa_controller.h

Issue 333007: [Mac] Remove flicker when typing in the findbar.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 2 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/cocoa/find_bar_cocoa_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/find_bar_cocoa_controller.h
===================================================================
--- chrome/browser/cocoa/find_bar_cocoa_controller.h (revision 29830)
+++ chrome/browser/cocoa/find_bar_cocoa_controller.h (working copy)
@@ -39,6 +39,9 @@
// running (stopAnimation is currently called before the last tab in a
// window is removed).
scoped_nsobject<NSViewAnimation> currentAnimation_;
+
+ // If YES, do nothing as a result of find pasteboard update notifications.
+ BOOL suppressPboardUpdateActions_;
};
// Initializes a new FindBarCocoaController.
« no previous file with comments | « no previous file | chrome/browser/cocoa/find_bar_cocoa_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698