// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef SKIA_EXT_SKIA_MEMORY_DUMP_PROVIDER_H_ #define SKIA_EXT_SKIA_MEMORY_DUMP_PROVIDER_H_ #include "base/memory/singleton.h" #include "base/trace_event/memory_dump_provider.h" #include "third_party/skia/include/core/SkTypes.h" namespace skia { class SK_API SkiaMemoryDumpProvider : public base::trace_event::MemoryDumpProvider { … }; } // namespace skia #endif // SKIA_EXT_SKIA_MEMORY_DUMP_PROVIDER_H_