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

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

Issue 115643: Rewriting to use CIImage in hopes of better performance. Still playing with p... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 7 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/throbber_view.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/throbber_view.h
===================================================================
--- chrome/browser/cocoa/throbber_view.h (revision 16597)
+++ chrome/browser/cocoa/throbber_view.h (working copy)
@@ -19,7 +19,7 @@
@interface ThrobberView : NSView {
@private
- scoped_nsobject<NSImage> image_;
+ scoped_nsobject<CIImage> image_;
scoped_nsobject<TimerTarget> target_; // Target of animation timer.
NSTimer* timer_; // Animation timer. Weak, owned by runloop.
unsigned int numFrames_; // Number of frames in this animation.
« no previous file with comments | « no previous file | chrome/browser/cocoa/throbber_view.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698