chromium/content/browser/devtools/devtools_traceable_screenshot.h

// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CONTENT_BROWSER_DEVTOOLS_DEVTOOLS_TRACEABLE_SCREENSHOT_H_
#define CONTENT_BROWSER_DEVTOOLS_DEVTOOLS_TRACEABLE_SCREENSHOT_H_

#include "base/atomicops.h"
#include "base/trace_event/trace_event_impl.h"
#include "third_party/skia/include/core/SkBitmap.h"

namespace content {

class DevToolsTraceableScreenshot
    : public base::trace_event::ConvertableToTraceFormat {};

}  // namespace content

#endif  // CONTENT_BROWSER_DEVTOOLS_DEVTOOLS_TRACEABLE_SCREENSHOT_H_