// Copyright 2011 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_VIEWS_CONTROLS_RESIZE_AREA_DELEGATE_H_ #define UI_VIEWS_CONTROLS_RESIZE_AREA_DELEGATE_H_ namespace views { // An interface implemented by objects that want to be notified about the resize // event. class ResizeAreaDelegate { … }; } // namespace views #endif // UI_VIEWS_CONTROLS_RESIZE_AREA_DELEGATE_H_