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

Unified Diff: src/utils/SkLayer.cpp

Issue 19569012: Turn on -Wall -Wextra on Mac, and fix all the warnings that crop up for /usr/bin/g++ and Clang 3.3. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: nit Created 7 years, 5 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 | « src/gpu/GrDrawTargetCaps.h ('k') | src/views/mac/SkOptionsTableView.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/utils/SkLayer.cpp
diff --git a/src/utils/SkLayer.cpp b/src/utils/SkLayer.cpp
index a96d9214572fbcb5661a097a7289261a4e066d88..126dd92198d7e44908be7db19302f2fd348f748e 100644
--- a/src/utils/SkLayer.cpp
+++ b/src/utils/SkLayer.cpp
@@ -36,7 +36,7 @@ SkLayer::SkLayer() {
#endif
}
-SkLayer::SkLayer(const SkLayer& src) {
+SkLayer::SkLayer(const SkLayer& src) : INHERITED() {
fParent = NULL;
m_opacity = src.m_opacity;
m_size = src.m_size;
« no previous file with comments | « src/gpu/GrDrawTargetCaps.h ('k') | src/views/mac/SkOptionsTableView.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698