Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(73)

Unified Diff: src/views/SkBorderView.cpp

Issue 4547055: Turn on -Wall in common.gypi, and clean up all warnings (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Remove some extra .gyp changes Created 14 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/views/SkBorderView.cpp
===================================================================
--- src/views/SkBorderView.cpp (revision 1384)
+++ src/views/SkBorderView.cpp (working copy)
@@ -5,8 +5,10 @@
#include "SkTime.h"
#include "SkStackViewLayout.h"
-SkBorderView::SkBorderView() : fTop(SkIntToScalar(0)), fLeft(SkIntToScalar(0)),
- fRight(SkIntToScalar(0)), fBottom(SkIntToScalar(0))
+SkBorderView::SkBorderView() : fLeft(SkIntToScalar(0)),
+ fRight(SkIntToScalar(0)),
+ fTop(SkIntToScalar(0)),
+ fBottom(SkIntToScalar(0))
{
fAnim.setHostEventSink(this);
init_skin_anim(kBorder_SkinEnum, &fAnim);

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b