skia2/src
commit-bot@chromium.org fc6dfbab75 Inline noop willFoo/didFoo into SkCanvas.h.
We've got our canvas subclasses all calling back up to these via
INHERITED, all noops.  That's fine but currently a little sad as they
can't be optimized away without link-time optimization, which we and
Chrome only do on Windows.  We actually make a call for each of these
today on non-Windows.

So, move the empty implementations into the header so those chaining
calls really can be optimized away.

BUG=skia:
R=reed@google.com, fmalita@google.com, mtklein@google.com, fmalita@chromium.org

Author: mtklein@chromium.org

Review URL: https://codereview.chromium.org/287593005

git-svn-id: http://skia.googlecode.com/svn/trunk@14722 2bbb7eff-a529-9590-31e7-b0007b416f81
2014-05-14 13:13:44 +00:00
..
animator fix size_t/int warnings 2014-05-04 01:26:19 +00:00
core Inline noop willFoo/didFoo into SkCanvas.h. 2014-05-14 13:13:44 +00:00
device/xps Rename SK_DEBUGBREAK to SK_ALWAYSBREAK 2014-04-30 18:24:16 +00:00
doc Fix compilation with SK_ENABLE_INST_COUNT=1 2013-12-05 12:08:12 +00:00
effects Add check for bad dash interval in dash effect picture read 2014-05-13 14:45:29 +00:00
fonts Don't unset gFCSafeToUse when it's still safe to use. 2014-04-16 22:10:52 +00:00
gpu Update layer-pre-rendering for Chrome flag 2014-05-14 13:11:48 +00:00
image Add flag for SkGpuSurface creation to enable distance fields. 2014-05-02 12:39:41 +00:00
images Fast path for blurred round rects -- blur a small 9patch rect on the CPU 2014-04-28 19:49:24 +00:00
lazy SkDiscardableMemoryPool to abstract class 2014-04-04 16:43:38 +00:00
opts Always inline Filter_32_*_neon functions 2014-05-13 14:47:11 +00:00
pathops When solving the cubic line intersection directly fails, use binary search as a fallback. 2014-05-07 15:31:40 +00:00
pdf re-land hide get/setLocalMatrix 2014-05-12 20:42:21 +00:00
pipe Sanitizing source files in Housekeeper-Nightly 2014-05-08 03:05:29 +00:00
ports Sanitizing source files in Housekeeper-Nightly 2014-05-13 03:06:05 +00:00
record Add timing to dump_record. 2014-05-09 14:59:29 +00:00
sfnt Add support for kEmbeddedBitmapText_Flag to DirectWrite. 2014-05-01 20:39:14 +00:00
svg Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
utils Comment out call broken call to pushMatrix in LuaCanvas 2014-05-13 20:32:32 +00:00
views Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) 2014-04-11 17:15:40 +00:00
xml remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats 2013-12-17 16:44:46 +00:00