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

Unified Diff: WebCore/rendering/RenderProgress.h

Issue 5772004: Merge 73488 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/597/
Patch Set: Created 10 years 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 | « WebCore/rendering/RenderMeter.cpp ('k') | WebCore/rendering/RenderProgress.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: WebCore/rendering/RenderProgress.h
===================================================================
--- WebCore/rendering/RenderProgress.h (revision 73789)
+++ WebCore/rendering/RenderProgress.h (working copy)
@@ -50,13 +50,12 @@
virtual void paint(PaintInfo&, int tx, int ty);
virtual void layoutParts();
- virtual bool shouldHaveParts() const;
IntRect valuePartRect() const;
+ bool shouldHaveParts() const;
void animationTimerFired(Timer<RenderProgress>*);
void updateAnimationState();
- void updatePartsState();
double m_position;
double m_animationStartTime;
« no previous file with comments | « WebCore/rendering/RenderMeter.cpp ('k') | WebCore/rendering/RenderProgress.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698