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

Side by Side Diff: samplecode/SampleApp.cpp

Issue 1314483006: Revert of Make SkGraphics::Term a no-op, stop calling it. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 3 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 unified diff | Download patch
« no previous file with comments | « include/views/SkEvent.h ('k') | src/core/SkGraphics.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright 2011 Google Inc. 2 * Copyright 2011 Google Inc.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license that can be 4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file. 5 * found in the LICENSE file.
6 */ 6 */
7 7
8 #include "SampleApp.h" 8 #include "SampleApp.h"
9 9
10 #include "OverView.h" 10 #include "OverView.h"
(...skipping 2379 matching lines...) Expand 10 before | Expand all | Expand 10 after
2390 // setenv("ANDROID_ROOT", "../../../data", 0); 2390 // setenv("ANDROID_ROOT", "../../../data", 0);
2391 #ifdef SK_BUILD_FOR_MAC 2391 #ifdef SK_BUILD_FOR_MAC
2392 setenv("ANDROID_ROOT", "/android/device/data", 0); 2392 setenv("ANDROID_ROOT", "/android/device/data", 0);
2393 #endif 2393 #endif
2394 SkGraphics::Init(); 2394 SkGraphics::Init();
2395 SkEvent::Init(); 2395 SkEvent::Init();
2396 } 2396 }
2397 2397
2398 void application_term() { 2398 void application_term() {
2399 SkEvent::Term(); 2399 SkEvent::Term();
2400 SkGraphics::Term();
2400 } 2401 }
OLDNEW
« no previous file with comments | « include/views/SkEvent.h ('k') | src/core/SkGraphics.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698