PDF: add support for named destinations
authorepoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 6 Mar 2013 00:05:13 +0000 (00:05 +0000)
committerepoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 6 Mar 2013 00:05:13 +0000 (00:05 +0000)
commit1cad898916c9e4a21429b5325c834a51fa6f361e
tree721346bc48447def4cf0601331f3209fa586e3be
parentee38c08b0769fbe06887b50469dc97b8ebc6d868
PDF: add support for named destinations

Imported from https://codereview.appspot.com/7374052/ on behalf of dml@google.com
Review URL: https://codereview.chromium.org/12466008

git-svn-id: http://skia.googlecode.com/svn/trunk@8000 2bbb7eff-a529-9590-31e7-b0007b416f81
16 files changed:
gm/internal_links.cpp [new file with mode: 0644]
gyp/gmslides.gypi
include/core/SkAnnotation.h
include/pdf/SkPDFDevice.h
src/core/SkAnnotation.cpp
src/core/SkDevice.cpp
src/gpu/SkGpuDevice.cpp
src/pdf/SkPDFDevice.cpp
src/pdf/SkPDFDocument.cpp
src/pdf/SkPDFPage.cpp
src/pdf/SkPDFPage.h
src/pipe/SkGPipePriv.h
src/pipe/SkGPipeRead.cpp
src/pipe/SkGPipeWrite.cpp
src/ports/SkGlobalInitialization_default.cpp
tests/AnnotationTest.cpp