// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CC_RESOURCES_UI_RESOURCE_CLIENT_H_ #define CC_RESOURCES_UI_RESOURCE_CLIENT_H_ #include "base/functional/callback.h" #include "cc/cc_export.h" namespace cc { class UIResourceBitmap; UIResourceId; class CC_EXPORT UIResourceClient { … }; } // namespace cc #endif // CC_RESOURCES_UI_RESOURCE_CLIENT_H_