Sign in
chromium
/
chromium
/
src
/
9fc418b51a6680a328b090f1af90edb724fbc990
/
.
/
ui
/
base
/
cocoa
/
flipped_view.mm
blob: ed221a10465cf790eec0dd39bf13fe60bf836518 [
file
] [
log
] [
blame
]
// 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.
#import "ui/base/cocoa/flipped_view.h"
@implementation
FlippedView
-
(
BOOL
)
isFlipped
{
return
YES
;
}
@end