Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / public / platform / WebLayoutAndPaintAsyncCallback.h
blobfb1906f34f55d7388cd07e20795a950b26ce821b
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef WebLayoutAndPaintAsyncCallback_h
6 #define WebLayoutAndPaintAsyncCallback_h
8 namespace blink {
10 class WebLayoutAndPaintAsyncCallback {
11 public:
12 virtual void didLayoutAndPaint() = 0;
15 } // namespace blink
17 #endif // WebLayoutAndPaintAsyncCallback_h