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

Side by Side Diff: Source/platform/graphics/GraphicsContext.h

Issue 1008243003: Nuke NativeImageSkia -- new version. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add more WARN_UNUSED_RETURN goodness Created 5 years, 9 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 | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2003, 2006, 2007, 2008, 2009 Apple Inc. All rights reserved. 2 * Copyright (C) 2003, 2006, 2007, 2008, 2009 Apple Inc. All rights reserved.
3 * Copyright (C) 2008-2009 Torch Mobile, Inc. 3 * Copyright (C) 2008-2009 Torch Mobile, Inc.
4 * Copyright (C) 2013 Google Inc. All rights reserved. 4 * Copyright (C) 2013 Google Inc. All rights reserved.
5 * 5 *
6 * Redistribution and use in source and binary forms, with or without 6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions 7 * modification, are permitted provided that the following conditions
8 * are met: 8 * are met:
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 #include "wtf/Noncopyable.h" 45 #include "wtf/Noncopyable.h"
46 #include "wtf/PassOwnPtr.h" 46 #include "wtf/PassOwnPtr.h"
47 47
48 class SkBitmap; 48 class SkBitmap;
49 class SkImage; 49 class SkImage;
50 class SkPaint; 50 class SkPaint;
51 class SkPath; 51 class SkPath;
52 class SkPicture; 52 class SkPicture;
53 class SkRRect; 53 class SkRRect;
54 class SkTextBlob; 54 class SkTextBlob;
55 struct SkImageInfo;
55 struct SkRect; 56 struct SkRect;
56 57
57 namespace blink { 58 namespace blink {
58 59
59 class ClipRecorderStack; 60 class ClipRecorderStack;
60 class DisplayItemList; 61 class DisplayItemList;
61 class ImageBuffer; 62 class ImageBuffer;
62 class KURL; 63 class KURL;
63 64
64 class PLATFORM_EXPORT GraphicsContext { 65 class PLATFORM_EXPORT GraphicsContext {
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 unsigned m_trackTextRegion : 1; 487 unsigned m_trackTextRegion : 1;
487 488
488 unsigned m_accelerated : 1; 489 unsigned m_accelerated : 1;
489 unsigned m_printing : 1; 490 unsigned m_printing : 1;
490 unsigned m_antialiasHairlineImages : 1; 491 unsigned m_antialiasHairlineImages : 1;
491 }; 492 };
492 493
493 } // namespace blink 494 } // namespace blink
494 495
495 #endif // GraphicsContext_h 496 #endif // GraphicsContext_h
OLDNEW
« no previous file with comments | « Source/platform/graphics/FrameData.cpp ('k') | Source/platform/graphics/GraphicsContextTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698